Carbon


EmptyRgn

Header: Quickdraw.h Carbon status: Supported

Determines whether a region is empty.

Boolean EmptyRgn (
     rgn
);
rgn

A handle to the region to test for emptiness.

function result

TRUE if the region whose handle you pass in the rgn parameter is an empty region or FALSE if it is not.

DISCUSSION

The EmptyRgn function does not create an empty region. To create an empty region, you can perform any of the following operations:

AVAILABILITY

Supported in Carbon. Available in CarbonLib 1.0 and later when InterfaceLib 7.1 or later is installed. Exported by CarbonLib 1.0 and later and by InterfaceLib 7.1 and later.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)